Click or drag to resize

Attachment Constructor

Overload List
  NameDescription
Public methodAttachment
Initializes a new instance of the Attachment class.
Public methodAttachment(String)
Initializes a new instance of the Attachment class based on the supplied file.
Public methodAttachment(String, Byte)
Initializes a new instance of the Attachment class based on the supplied byte array.
Public methodAttachment(String, Stream)
Initializes a new instance of the Attachment class based on the supplied stream.
Top
See Also